
/* ============================================================== 
     # Footer  
=================================================================== */

.footer-section {
  position: relative;
  z-index: 1;
  padding: 100px 0 20px;
  background: #000;
  overflow-x: hidden;
}
.footer-section .container {
  position: relative;
  z-index: 1;
}
.footer-section::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 543px;
  height: 368px;
  background: url(../images/shape/footer-pattern-2.png) no-repeat;
}
.footer-section::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 505px;
  height: 334px;
  background: url(../images/shape/footer-pattern-1.png) no-repeat;
}
.footer-logo {
width: 223px;
}
.widget-title {
font-family: 'Poppins', sans-serif;
color: #fff;
font-size: 22px;
}
.widget-title {
margin-bottom: 15px;
font-weight: 600;
}
.footer-text {
color: #a0a2a6 !important;
font-size: 17px !important;
line-height: 22px;
padding: 25px 0;
text-align: justify;
}


footer p {
color: #a0a2a6 !important;
}
.footer-social-link a {
color: #fff;
font-size: 21px;
margin: 10px;
}
.footer-links li {
margin-bottom: 10px;
}
.footer-links li a {
transition: 0.5s all ease-in-out;
color: #a0a2a6;
font-size: 14px;
}
.footer-links li a:hover {
padding-left: 10px;color: #fff
}
.contact-widget li {
display: flex;
margin-bottom: 25px;
}

.contact-widget li .content,
.contact-widget li .content a {
color: #a0a2a6;
transition: 0.5s all ease-in-out;
}
.content a:hover {
color: #fff !important;
}
.contact-widget li i {
display: inline-block;
margin-right: 20px;
color: #fff;
font-size: 24px;
position: relative;
top: 5px;
}

.contact-widget li:last-child {
margin-bottom: -8px;
}

.contact-widget li strong {
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
text-transform: uppercase;
color: #ffffff;
}

/* Footer Bottom */
footer .footer-bottom {
overflow: hidden;
padding-top: 30px;
}
footer .footer-bottom-box {
border-top: 1px solid #fff;
}
footer .footer-bottom p {
margin-bottom: 0;
font-size: 17px;
font-family: 'Poppins', sans-serif
}

footer .footer-bottom li {
display: inline-block;
margin-left: 15px;
position: relative;
z-index: 1;
padding-left: 25px;
}

footer .footer-bottom li::before {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 5px;
width: 5px;
background: #ffffff;
border-radius: 50%;
margin-top: -3px;
opacity: 0.5;
}

footer .footer-bottom li:first-child::before {
display: none;
}	
footer .footer-bottom li:first-child {
margin-left: 0;
padding-left: 0;
}
footer .footer-bottom-box {
padding: 50px 0;
position: relative;
z-index: 1;
}
.footer-bottom li a {
transition: 0.5s all ease-in-out;
color: #fff;
font-size: 16px;
}
.footer-bottom li a:hover {
color: #bfbfbf
}
.footer-links li:nth-child(7) {
	border-right: none;
}
@media only screen and (min-device-width:1200px){
  footer .about {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
    margin-right: 10px;
  }
  }
  @media (max-device-width:1199px) {
    .footer-section .about {
      border-bottom: 1px solid;
      padding-bottom: 19px;
      margin-bottom: 24px;
    }
    }
    @media only screen and (min-device-width:992px){
      .footer-bottom-box ul {
        text-align: right;
      }
      }
      @media only screen and (max-device-width:991px){
        footer .footer-bottom-box {
          text-align: center;
        }
        footer .footer-bottom p {
          padding-bottom: 15px;
        }
        }
      